home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / XFREE / WARNING_PROGRAMMERS < prev    next >
Encoding:
Text File  |  1996-03-18  |  463 b   |  16 lines

  1. Just a nice warning:
  2.  
  3.     All code on and below this level  uses the XFREE ordering for the port commands.
  4.     This means e.g. outb() now uses the syntax
  5.     
  6.             outb(port,data);
  7.     
  8.     instead of the Linux method, used in all code _above_ this level, which uses just
  9.     the opposite of that.
  10.     
  11.     You have been warned. This has fooled me several times already, and many others with me.
  12.     
  13.     If you experience unexplained segmentation violations, that's where they'll come from.
  14.     
  15.  
  16.